runtime.mheap.specialWeakHandleAlloc (field)

5 uses

	runtime (current package)
		mheap.go#L211: 	specialWeakHandleAlloc fixalloc // allocator for specialWeakHandle
		mheap.go#L757: 	h.specialWeakHandleAlloc.init(unsafe.Sizeof(specialWeakHandle{}), nil, nil, &memstats.gcMiscSys)
		mheap.go#L2212: 	s := (*specialWeakHandle)(mheap_.specialWeakHandleAlloc.alloc())
		mheap.go#L2252: 	mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
		mheap.go#L2375: 		mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))